func bytes.lastIndexFunc
3 uses
bytes (current package)
bytes.go#L862: i := lastIndexFunc(s, f, false)
bytes.go#L907: return lastIndexFunc(s, f, true)
bytes.go#L932: func lastIndexFunc(s []byte, f func(r rune) bool, truth bool) int {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)